home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / misc / Fudgit233.lha / Source / Bugs next >
Encoding:
Text File  |  1993-12-14  |  630 b   |  17 lines

  1. ####################
  2. Known Bugs of FUDGIT
  3. ####################
  4.  
  5. - The plotting pipe cannot support cbreak mode and thus does not
  6.     behave properly on help and other cbreak mode states of GNUPLOT.
  7.     The only alternative for the moment is to use the built-in
  8.     pager of GNUPLOT, i.e., the value of PAGER is undefined
  9.     (in src/plot.c) before GNUPLOT is called.
  10.  
  11. - This version uses the Singular Value Decomposition method
  12.     from Numerical Recipes. This algorithm seems to be known to
  13.     have a bug and the next version of FUDGIT should use some other
  14.     algorithm. I did comparison with other methods and did not find
  15.     any difference (?!).
  16.  
  17.